tools/ocaml: ask compiler for correct library
authorMike McClurg <mike.mcclurg@citrix.com>
Tue, 21 Jun 2011 17:01:51 +0000 (18:01 +0100)
committerMike McClurg <mike.mcclurg@citrix.com>
Tue, 21 Jun 2011 17:01:51 +0000 (18:01 +0100)
commitbec8caf43bb0949cea5930f6b3b74a2abf1b4486
tree941b5b03f82194abb30bcab41d9b9134c1e980ac
parentb6c23c86fe5a1a027d9e173d9cba7e89c8eb2d67
tools/ocaml: ask compiler for correct library

OCaml libraries will live in /usr/local/ if the user compiles OCaml
from source. This patch asks the OCaml compiler where we should look
for libraries.

NB: it may be that we should do the same thing for the NetBSD case,
but I don't have a BSD box to test this out.

Signed-off-by: Mike McClurg <mike.mcclurg@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/ocaml/common.make